home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / htmled1 / hwt_set.exe / _SETUP.1 / horizon.exe / 0 / RCDATA / TNEWDOC / TNEWDOC.txt
Encoding:
Text File  |  1996-12-13  |  5.7 KB  |  296 lines

  1. object NewDoc: TNewDoc
  2.   Left = 151
  3.   Top = 67
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New HTML Document - Horizon Web Text'
  7.   ClientHeight = 319
  8.   ClientWidth = 373
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = Button1Click
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 4
  20.     Top = 4
  21.     Width = 365
  22.     Height = 97
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 25
  27.     Top = 16
  28.     Width = 126
  29.     Height = 13
  30.     Caption = 'Document Type Definition:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 25
  34.     Top = 44
  35.     Width = 75
  36.     Height = 13
  37.     Caption = 'Document Title:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 25
  41.     Top = 74
  42.     Width = 93
  43.     Height = 13
  44.     Caption = 'Background Image:'
  45.   end
  46.   object dtd: TComboBox
  47.     Left = 169
  48.     Top = 12
  49.     Width = 85
  50.     Height = 21
  51.     Style = csDropDownList
  52.     ItemHeight = 13
  53.     Items.Strings = (
  54.       ''
  55.       'HTML 2.0'
  56.       'HTML 3.0'
  57.       'Netscape'
  58.       'Microsoft')
  59.     TabOrder = 0
  60.   end
  61.   object title: TEdit
  62.     Left = 129
  63.     Top = 41
  64.     Width = 229
  65.     Height = 21
  66.     TabOrder = 1
  67.   end
  68.   object GroupBox1: TGroupBox
  69.     Left = 37
  70.     Top = 106
  71.     Width = 299
  72.     Height = 175
  73.     Caption = 'Colors'
  74.     TabOrder = 3
  75.     object Label4: TLabel
  76.       Left = 33
  77.       Top = 24
  78.       Width = 61
  79.       Height = 13
  80.       Caption = 'Background:'
  81.     end
  82.     object Label5: TLabel
  83.       Left = 70
  84.       Top = 54
  85.       Width = 24
  86.       Height = 13
  87.       Caption = 'Text:'
  88.     end
  89.     object Label6: TLabel
  90.       Left = 71
  91.       Top = 84
  92.       Width = 23
  93.       Height = 13
  94.       Caption = 'Link:'
  95.     end
  96.     object Label7: TLabel
  97.       Left = 38
  98.       Top = 144
  99.       Width = 56
  100.       Height = 13
  101.       Caption = 'Active Link:'
  102.     end
  103.     object Label8: TLabel
  104.       Left = 37
  105.       Top = 114
  106.       Width = 57
  107.       Height = 13
  108.       Caption = 'Visited Link:'
  109.     end
  110.     object sbBGround: TSpeedButton
  111.       Left = 168
  112.       Top = 20
  113.       Width = 17
  114.       Height = 21
  115.       Hint = 'Choose a background color'
  116.       Caption = '...'
  117.       OnClick = sbBGroundClick
  118.     end
  119.     object sbText: TSpeedButton
  120.       Left = 168
  121.       Top = 50
  122.       Width = 17
  123.       Height = 21
  124.       Hint = 'Choose a text color'
  125.       Caption = '...'
  126.       OnClick = sbTextClick
  127.     end
  128.     object sbLink: TSpeedButton
  129.       Left = 168
  130.       Top = 80
  131.       Width = 17
  132.       Height = 21
  133.       Hint = 'Choose a color for links'
  134.       Caption = '...'
  135.       OnClick = sbLinkClick
  136.     end
  137.     object sbALink: TSpeedButton
  138.       Left = 168
  139.       Top = 140
  140.       Width = 17
  141.       Height = 21
  142.       Hint = 'Choose a link color for when the mouse button is down'
  143.       Caption = '...'
  144.       OnClick = sbALinkClick
  145.     end
  146.     object sbVLink: TSpeedButton
  147.       Left = 168
  148.       Top = 110
  149.       Width = 17
  150.       Height = 21
  151.       Hint = 'Choose a color for visited links'
  152.       Caption = '...'
  153.       OnClick = sbVLinkClick
  154.     end
  155.     object bground: TEdit
  156.       Left = 108
  157.       Top = 20
  158.       Width = 61
  159.       Height = 21
  160.       TabOrder = 0
  161.     end
  162.     object text: TEdit
  163.       Left = 108
  164.       Top = 50
  165.       Width = 61
  166.       Height = 21
  167.       TabOrder = 1
  168.     end
  169.     object link: TEdit
  170.       Left = 108
  171.       Top = 80
  172.       Width = 61
  173.       Height = 21
  174.       TabOrder = 2
  175.     end
  176.     object alink: TEdit
  177.       Left = 108
  178.       Top = 140
  179.       Width = 61
  180.       Height = 21
  181.       TabOrder = 4
  182.     end
  183.     object vlink: TEdit
  184.       Left = 108
  185.       Top = 110
  186.       Width = 61
  187.       Height = 21
  188.       TabOrder = 3
  189.     end
  190.     object b: TPanel
  191.       Left = 204
  192.       Top = 18
  193.       Width = 57
  194.       Height = 25
  195.       BevelOuter = bvLowered
  196.       Caption = 'Test'
  197.       Font.Color = clWindowText
  198.       Font.Height = -16
  199.       Font.Name = 'Times New Roman'
  200.       Font.Style = []
  201.       ParentFont = False
  202.       TabOrder = 5
  203.     end
  204.     object t: TPanel
  205.       Left = 204
  206.       Top = 48
  207.       Width = 57
  208.       Height = 25
  209.       BevelOuter = bvLowered
  210.       Caption = 'Test'
  211.       Font.Color = clWindowText
  212.       Font.Height = -16
  213.       Font.Name = 'Times New Roman'
  214.       Font.Style = []
  215.       ParentFont = False
  216.       TabOrder = 6
  217.     end
  218.     object l: TPanel
  219.       Left = 204
  220.       Top = 78
  221.       Width = 57
  222.       Height = 25
  223.       BevelOuter = bvLowered
  224.       Caption = 'Test'
  225.       Font.Color = clBlue
  226.       Font.Height = -16
  227.       Font.Name = 'Times New Roman'
  228.       Font.Style = [fsUnderline]
  229.       ParentFont = False
  230.       TabOrder = 7
  231.     end
  232.     object v: TPanel
  233.       Left = 204
  234.       Top = 108
  235.       Width = 57
  236.       Height = 25
  237.       BevelOuter = bvLowered
  238.       Caption = 'Test'
  239.       Font.Color = clPurple
  240.       Font.Height = -16
  241.       Font.Name = 'Times New Roman'
  242.       Font.Style = [fsUnderline]
  243.       ParentFont = False
  244.       TabOrder = 8
  245.     end
  246.     object a: TPanel
  247.       Left = 204
  248.       Top = 138
  249.       Width = 57
  250.       Height = 25
  251.       BevelOuter = bvLowered
  252.       Caption = 'Test'
  253.       Font.Color = clRed
  254.       Font.Height = -16
  255.       Font.Name = 'Times New Roman'
  256.       Font.Style = [fsUnderline]
  257.       ParentFont = False
  258.       TabOrder = 9
  259.     end
  260.   end
  261.   object Button1: TButton
  262.     Left = 101
  263.     Top = 288
  264.     Width = 75
  265.     Height = 25
  266.     Caption = 'OK'
  267.     Default = True
  268.     ModalResult = 1
  269.     TabOrder = 4
  270.   end
  271.   object Button2: TButton
  272.     Left = 197
  273.     Top = 288
  274.     Width = 75
  275.     Height = 25
  276.     Caption = 'Cancel'
  277.     ModalResult = 2
  278.     TabOrder = 5
  279.   end
  280.   object background: THistoryComboBox
  281.     Left = 129
  282.     Top = 70
  283.     Width = 229
  284.     Height = 21
  285.     ItemHeight = 13
  286.     TabOrder = 2
  287.     Key = 'Software\Horizon\SrcHistory'
  288.     MaxHistoryLength = 10
  289.   end
  290.   object ColorDialog1: TColorDialog
  291.     Ctl3D = True
  292.     Left = 296
  293.     Top = 288
  294.   end
  295. end
  296.